home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cursor(-1)
- set the cursor of sprite 5 to [61, 62]
- set the cursor of sprite 6 to [59, 60]
- repeat with i = 15 to 17
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 30 to 32
- set the cursor of sprite i to 3
- end repeat
- repeat with i = 47 to 48
- set the cursor of sprite i to 3
- end repeat
- go(the frame)
- end
-